Enum ServiceResponse

java.lang.Object
java.lang.Enum<ServiceResponse>
org.wildfly.clustering.server.jgroups.dispatcher.ServiceResponse
All Implemented Interfaces:
Serializable, Comparable<ServiceResponse>, java.lang.constant.Constable

public enum ServiceResponse extends Enum<ServiceResponse>
Simple object that indicates that no service is registered on the group member for which to execute the remote command.
Author:
Paul Ferraro