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 aServiceDescriptor
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ServiceDescriptorAccessor.ServiceDescriptorMutator<SD extends ServiceDescriptor<?,?>>
Provides a mutator for aServiceDescriptor
property.static interface
ServiceDescriptorAccessor.ServiceDescriptorProperty<SD extends ServiceDescriptor<?,?>>
Provides aServiceDescriptor
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SD
getServiceDescriptor()
Retrieves theServiceDescriptor
property from the property.
-
-
-
Method Detail
-
getServiceDescriptor
SD getServiceDescriptor()
Retrieves theServiceDescriptor
property from the property.- Returns:
- Returns the
ServiceDescriptor
property stored by the property.
-
-