Class HttpPort<C extends IComponent<C>>
- java.lang.Object
-
- io.ciera.runtime.summit.interfaces.Port<C>
-
- io.ciera.runtime.summit.interfaces.HttpPort<C>
-
- All Implemented Interfaces:
IActionHome<C>,IPort<C>
public abstract class HttpPort<C extends IComponent<C>> extends Port<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetEndpoint()voidsend(IMessage message)-
Methods inherited from class io.ciera.runtime.summit.interfaces.Port
context, getPeerId, getPeerName, getRunContext, satisfied, satisfy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.summit.application.IActionHome
warn
-
-
-
-
Method Detail
-
send
public void send(IMessage message) throws XtumlException
- Overrides:
sendin classPort<C extends IComponent<C>>- Throws:
XtumlException
-
getEndpoint
public abstract String getEndpoint()
-
-