Package org.refcodes.servicebus
Interface ServiceDescriptorAccessor<SD extends ServiceDescriptor<?,?>>
-
- Type Parameters:
SD- the generic type
- All Known Subinterfaces:
ServiceDescriptorAccessor.ServiceDescriptorProperty<SD>
public interface ServiceDescriptorAccessor<SD extends ServiceDescriptor<?,?>>Provides an accessor for aServiceDescriptorproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceDescriptorAccessor.ServiceDescriptorMutator<SD extends ServiceDescriptor<?,?>>Provides a mutator for aServiceDescriptorproperty.static interfaceServiceDescriptorAccessor.ServiceDescriptorProperty<SD extends ServiceDescriptor<?,?>>Provides aServiceDescriptorproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SDgetServiceDescriptor()Retrieves theServiceDescriptorproperty from the property.
-
-
-
Method Detail
-
getServiceDescriptor
SD getServiceDescriptor()
Retrieves theServiceDescriptorproperty from the property.- Returns:
- Returns the
ServiceDescriptorproperty stored by the property.
-
-