Class StartStopTenantResponse
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportResponse
-
- org.elasticsearch.action.ActionResponse
-
- com.floragunn.signals.actions.tenant.start_stop.StartStopTenantResponse
-
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.common.util.concurrent.RefCounted
public class StartStopTenantResponse extends org.elasticsearch.action.ActionResponse
-
-
Constructor Summary
Constructors Constructor Description StartStopTenantResponse()StartStopTenantResponse(org.elasticsearch.common.io.stream.StreamInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteTo(org.elasticsearch.common.io.stream.StreamOutput out)
-
-
-
Constructor Detail
-
StartStopTenantResponse
public StartStopTenantResponse()
-
StartStopTenantResponse
public StartStopTenantResponse(org.elasticsearch.common.io.stream.StreamInput in) throws IOException- Throws:
IOException
-
-
Method Detail
-
writeTo
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException- Throws:
IOException
-
-