Package io.iworkflow.core.communication
Class InternalChannelDef
- java.lang.Object
-
- io.iworkflow.core.communication.InternalChannelDef
-
- All Implemented Interfaces:
CommunicationMethodDef
@Immutable public abstract class InternalChannelDef extends java.lang.Object implements CommunicationMethodDef
-
-
Constructor Summary
Constructors Constructor Description InternalChannelDef()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static InternalChannelDef
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 InternalChannelDef create(java.lang.Class type, java.lang.String name)
-
-