Class POFunctionCallback
java.lang.Object
com.swiftmq.tools.pipeline.POObject
com.swiftmq.impl.streams.processor.po.POFunctionCallback
public class POFunctionCallback
extends com.swiftmq.tools.pipeline.POObject
-
Constructor Summary
ConstructorsConstructorDescriptionPOFunctionCallback(com.swiftmq.tools.concurrent.Semaphore semaphore, FunctionCallback functionCallback, Object context) -
Method Summary
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
Constructor Details
-
POFunctionCallback
public POFunctionCallback(com.swiftmq.tools.concurrent.Semaphore semaphore, FunctionCallback functionCallback, Object context)
-
-
Method Details
-
getFunctionCallback
-
getContext
-
accept
public void accept(com.swiftmq.tools.pipeline.POVisitor poVisitor) - Specified by:
acceptin classcom.swiftmq.tools.pipeline.POObject
-
toString
-