Package org.refcodes.servicebus
Interface ServiceBusAccessor.ServiceBusMutator<S extends Service<?>>
-
- Type Parameters:
S- the generic type
- All Known Subinterfaces:
ServiceBusAccessor.ServiceBusProperty<S>
- Enclosing interface:
- ServiceBusAccessor<S extends Service<?>>
public static interface ServiceBusAccessor.ServiceBusMutator<S extends Service<?>>Provides a mutator for aServiceBusproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetServiceBus(S aServiceBus)Sets theServiceBusproperty for the property.
-
-
-
Method Detail
-
setServiceBus
void setServiceBus(S aServiceBus)
Sets theServiceBusproperty for the property.- Parameters:
aServiceBus- TheServiceBusproperty to be stored by the property.
-
-