Uses of Interface
com.swiftmq.impl.streams.comp.io.InputCallback
Packages that use InputCallback
-
Uses of InputCallback in com.swiftmq.impl.streams.comp.io
Methods in com.swiftmq.impl.streams.comp.io with parameters of type InputCallbackModifier and TypeMethodDescriptionManagementInput.onAdd(InputCallback addCallback) Registers a Callback that is executed when a new Entity is addedManagementInput.onChange(InputCallback changeCallback) Registers a Callback that is executed when a a Property of an Entity has changedDestinationInput.onInput(InputCallback callback) Sets the onInput callback.QueueInput.onInput(InputCallback callback) QueueWireTapInput.onInput(InputCallback callback) TopicInput.onInput(InputCallback callback) ManagementInput.onRemove(InputCallback removeCallback) Registers a Callback that is executed when a existing Entity is removed