Package org.refcodes.servicebus
Interface ServiceAccessor.ServiceMutator<S extends Service<?>>
-
- Type Parameters:
S- TheServicetype property.
- All Known Subinterfaces:
ServiceAccessor.ServiceProperty<S>
- Enclosing interface:
- ServiceAccessor<S extends Service<?>>
public static interface ServiceAccessor.ServiceMutator<S extends Service<?>>Provides a mutator for aServiceproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetService(S aService)Sets theServiceproperty for the property.
-