Class EventBrokerClientBaseKeyword
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.functions.base.defaults.enterprise.EventBrokerClientBaseKeyword
-
public class EventBrokerClientBaseKeyword extends step.handlers.javahandler.AbstractKeyword
-
-
Constructor Summary
Constructors Constructor Description EventBrokerClientBaseKeyword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
EBC_Get()
void
EBC_Peek()
void
EBC_Put()
protected EventBrokerClient
setupClient()
-
-
-
Method Detail
-
EBC_Put
public void EBC_Put() throws java.lang.Exception
- Throws:
java.lang.Exception
-
EBC_Get
public void EBC_Get() throws java.lang.Exception
- Throws:
java.lang.Exception
-
EBC_Peek
public void EBC_Peek() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setupClient
protected EventBrokerClient setupClient()
-
-