RemoveAliasActionHandler

com.sksamuel.elastic4s.handlers.alias.IndexAliasHandlers.RemoveAliasActionHandler
object RemoveAliasActionHandler extends Handler[RemoveAliasAction, AliasActionResponse]

Attributes

Graph
Supertypes
class Handler[RemoveAliasAction, AliasActionResponse]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def build(request: RemoveAliasAction): ElasticRequest

Attributes

Definition Classes

Inherited methods

def responseHandler: ResponseHandler[AliasActionResponse]

Attributes

Inherited from:
Handler

Inherited fields

protected val TaskRegex: Regex

Attributes

Inherited from:
Handler
protected val logger: Logger

Attributes

Inherited from:
Handler