Uses of Interface
com.openfin.desktop.channel.Middleware
| Package | Description |
|---|---|
| com.openfin.desktop.channel |
-
Uses of Middleware in com.openfin.desktop.channel
Fields in com.openfin.desktop.channel declared as Middleware Modifier and Type Field Description protected MiddlewareChannelBase. afterActionprotected MiddlewareChannelBase. beforeActionprotected MiddlewareChannelBase. defaultActionprotected MiddlewareChannelBase. onErrorMethods in com.openfin.desktop.channel with parameters of type Middleware Modifier and Type Method Description voidChannelBase. setAfterAction(Middleware middleware)Register an action that fires after the action.voidChannelBase. setBeforeAction(Middleware middleware)Register an action that fires before the action.voidChannelBase. setDefaultAction(Middleware middleware)Sets a default action.voidChannelBase. setOnError(Middleware middleware)Register an error handler.