Package io.iworkflow.core.communication
Class InterStateChannelDef
- java.lang.Object
-
- io.iworkflow.core.communication.InterStateChannelDef
-
- All Implemented Interfaces:
CommunicationMethodDef
@Immutable public abstract class InterStateChannelDef extends java.lang.Object implements CommunicationMethodDef
-
-
Constructor Summary
Constructors Constructor Description InterStateChannelDef()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static InterStateChannelDef
create(java.lang.Class type, java.lang.String name)
abstract java.lang.String
getChannelName()
abstract java.lang.Class
getValueType()
-
-
-
Method Detail
-
getValueType
public abstract java.lang.Class getValueType()
-
getChannelName
public abstract java.lang.String getChannelName()
-
create
public static InterStateChannelDef create(java.lang.Class type, java.lang.String name)
-
-