Class MQ_Kafka
- java.lang.Object
-
- org.openidentityplatform.openig.mq.MQ_Kafka
-
- All Implemented Interfaces:
org.forgerock.http.Handler
public class MQ_Kafka extends Object implements org.forgerock.http.Handler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMQ_Kafka.HeapletCreates and initializes a client handler in a heap environment.
-
Constructor Summary
Constructors Constructor Description MQ_Kafka()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.util.promise.Promise<org.forgerock.http.protocol.Response,org.forgerock.util.promise.NeverThrowsException>handle(org.forgerock.services.context.Context context, org.forgerock.http.protocol.Request request)
-
-
-
Method Detail
-
handle
public org.forgerock.util.promise.Promise<org.forgerock.http.protocol.Response,org.forgerock.util.promise.NeverThrowsException> handle(org.forgerock.services.context.Context context, org.forgerock.http.protocol.Request request)- Specified by:
handlein interfaceorg.forgerock.http.Handler
-
-