Package com.swiftmq.impl.streams.comp.io
Interface InputCallback
-
public interface InputCallback
Callback that can be registered on an Input (onInput).- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Input input)
Single callback method executed as the function call as function (input){...}
-
-
-
Method Detail
-
execute
void execute(Input input)
Single callback method executed as the function call as function (input){...}- Parameters:
input
- the current Input
-
-