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 Middleware
ChannelBase. afterAction
protected Middleware
ChannelBase. beforeAction
protected Middleware
ChannelBase. defaultAction
protected Middleware
ChannelBase. onError
Methods in com.openfin.desktop.channel with parameters of type Middleware Modifier and Type Method Description void
ChannelBase. setAfterAction(Middleware middleware)
Register an action that fires after the action.void
ChannelBase. setBeforeAction(Middleware middleware)
Register an action that fires before the action.void
ChannelBase. setDefaultAction(Middleware middleware)
Sets a default action.void
ChannelBase. setOnError(Middleware middleware)
Register an error handler.