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 Details

    • POFunctionCallback

      public POFunctionCallback(com.swiftmq.tools.concurrent.Semaphore semaphore, FunctionCallback functionCallback, Object context)
  • Method Details

    • getFunctionCallback

      public FunctionCallback getFunctionCallback()
    • getContext

      public Object getContext()
    • accept

      public void accept(com.swiftmq.tools.pipeline.POVisitor poVisitor)
      Specified by:
      accept in class com.swiftmq.tools.pipeline.POObject
    • toString

      public String toString()
      Overrides:
      toString in class Object