com.hazelcast.spi
Interface ConfigurableService<T>

Type Parameters:
T -

public interface ConfigurableService<T>

A capability for SPI services. So if your SPI service needs to be configured, implement this method. It will get the configured properties injected.


Method Summary
 void configure(T configObject)
           
 

Method Detail

configure

void configure(T configObject)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.