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
-
Method Details
-
execute
Single callback method executed as the function call as function (input){...}- Parameters:
input
- the current Input
-