Class ServiceDescriptorImpl<S extends Service<?>,SCTX>

java.lang.Object
org.refcodes.servicebus.ServiceDescriptorImpl<S,SCTX>
Type Parameters:
S - The type to be used for the Service.
SCTX - The type to be used for the Service's context.
All Implemented Interfaces:
ServiceAccessor<S>, ServiceContextAccessor<SCTX>, ServiceDescriptor<S,SCTX>

public class ServiceDescriptorImpl<S extends Service<?>,SCTX> extends Object implements ServiceDescriptor<S,SCTX>