public interface ProtostreamSerializationContextInitializer
SerializationContext
.
Implementations of this interface are discovered using the JDK's ServiceLoader
utility,
and should have a file called
org.infinispan.query.remote.client.ProtostreamSerializationContextInitializerin the
META-INF/services/folder in their jar, containing the fully qualified class name of the implementation.
Modifier and Type | Method and Description |
---|---|
void |
init(org.infinispan.protostream.SerializationContext serializationContext) |
void init(org.infinispan.protostream.SerializationContext serializationContext) throws IOException
IOException
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.