Package org.citrusframework.server
Interface Server
Server representation in Citrus is a runnable instance accepting client
connections.
- Since:
- 2007
- Author:
- Christoph Deppisch
-
Method Summary
Methods inherited from interface org.citrusframework.endpoint.Endpoint
createConsumer, createProducer, getActor, getEndpointConfiguration, getName, setActor
-
Method Details
-
start
void start()Start the server -
stop
void stop()Stop the server. -
isRunning
boolean isRunning()Is server running.- Returns:
-