Back to index
Back to module hivemind.lib
Service hivemind.lib.PlaceholderFactory
Interface
org.apache.hivemind.ServiceImplementationFactory
Visibility
Public
A service implementation factory that builds a default implementation of a service. The service implementation is a placeholder that does nothing.
Implementation
<invoke-factory
model
="singleton"
>
<construct
class
="org.apache.hivemind.lib.impl.PlaceholderFactory"
>
<set-service
property
="builder"
service-id
="DefaultImplementationBuilder"
/>
</construct>
</invoke-factory>
Back to index
Back to module hivemind.lib