setDispatcherTypes

open fun setDispatcherTypes(first: DispatcherType, rest: Array<DispatcherType>)

Convenience method to set dispatcher types using the specified elements.

Parameters

first

the first dispatcher type

rest

additional dispatcher types


open fun setDispatcherTypes(dispatcherTypes: EnumSet<DispatcherType>)

Sets the dispatcher types that should be used with the registration.

Parameters

dispatcherTypes

the dispatcher types