JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
G
H
I
K
O
P
R
S
T
V
A
addHandler(IPCHandler)
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
addHandler(IPCHandler)
- Method in interface com.bluejeans.utils.ipc.
IPCConsumer
addParam(String, String)
- Method in class com.bluejeans.utils.ipc.
IPCEvent
C
com.bluejeans.utils.ipc
- package com.bluejeans.utils.ipc
com.bluejeans.utils.ipc.impl
- package com.bluejeans.utils.ipc.impl
COMMAND_EVENT_TYPE
- Static variable in interface com.bluejeans.utils.ipc.
IPCProducer
E
EVENT_TYPE
- Static variable in class com.bluejeans.utils.ipc.
IPCEvent
G
getAmqpTemplate()
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
getApplication()
- Method in class com.bluejeans.utils.ipc.
IPCEvent
getChannelId()
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
getCommand()
- Method in class com.bluejeans.utils.ipc.
IPCEvent
getEntity()
- Method in class com.bluejeans.utils.ipc.
IPCEvent
getEvent()
- Method in class com.bluejeans.utils.ipc.
IPCEvent
getExchangeName()
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
getHandlers()
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
getKafkaProducer()
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
getMapper()
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
getMapper()
- Method in class com.bluejeans.utils.ipc.
IPCBasicHandler
getMessageCounts()
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
getParams()
- Method in class com.bluejeans.utils.ipc.
IPCEvent
getRoutingKey()
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
getRoutingKey()
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
getSenderUuid()
- Method in class com.bluejeans.utils.ipc.
IPCEvent
getTopicName()
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
H
handleCommand(String, String, String, Object...)
- Method in class com.bluejeans.utils.ipc.
IPCBasicHandler
handleCommand(String, String, String, Object...)
- Method in interface com.bluejeans.utils.ipc.
IPCHandler
handleCommand(String, String, String, Map<String, Object>)
- Method in interface com.bluejeans.utils.ipc.
IPCHandler
handleCommand(String, String, String, Map<String, Object>)
- Method in class com.bluejeans.utils.ipc.
IPCHandlerLogger
handleMessage(String)
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
Handle through all handlers.
handleMessage(String)
- Method in class com.bluejeans.utils.ipc.
IPCBasicHandler
handleMessage(JsonNode)
- Method in class com.bluejeans.utils.ipc.
IPCBasicHandler
handleMessage(String)
- Method in interface com.bluejeans.utils.ipc.
IPCHandler
handleMessage(JsonNode)
- Method in interface com.bluejeans.utils.ipc.
IPCHandler
I
IPCBasicChannel
- Class in
com.bluejeans.utils.ipc
Basic IPC channel.
IPCBasicChannel()
- Constructor for class com.bluejeans.utils.ipc.
IPCBasicChannel
IPCBasicHandler
- Class in
com.bluejeans.utils.ipc
Basic IPC handler.
IPCBasicHandler()
- Constructor for class com.bluejeans.utils.ipc.
IPCBasicHandler
IPCChannel
- Interface in
com.bluejeans.utils.ipc
IPC channel
IPCConsumer
- Interface in
com.bluejeans.utils.ipc
IPC consumer to consume messages from IPC channel with a callback.
IPCEvent
- Class in
com.bluejeans.utils.ipc
IPC event.
IPCEvent()
- Constructor for class com.bluejeans.utils.ipc.
IPCEvent
IPCEvent(String, String, String, String, Map<String, Object>)
- Constructor for class com.bluejeans.utils.ipc.
IPCEvent
IPCEventType
- Enum in
com.bluejeans.utils.ipc
Represents any event in the processor.
IPCHandler
- Interface in
com.bluejeans.utils.ipc
IPC handler
IPCHandlerLogger
- Class in
com.bluejeans.utils.ipc
Just print the messages as they are recieved.
IPCHandlerLogger()
- Constructor for class com.bluejeans.utils.ipc.
IPCHandlerLogger
IPCProducer
- Interface in
com.bluejeans.utils.ipc
IPC producer to produce messages to IPC channel.
isSendToMyself()
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
K
KafkaIPCChannel
- Class in
com.bluejeans.utils.ipc.impl
Kafka IPC channel.
KafkaIPCChannel()
- Constructor for class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
O
onMessage(Message)
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
P
processKafkaRecord(ConsumerRecord<String, String>, KafkaProcessorContext<String, String>)
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
produceMessage(String)
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
produceMessage(String)
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
produceMessage(JsonNode)
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
produceMessage(String)
- Method in interface com.bluejeans.utils.ipc.
IPCProducer
produceMessage(JsonNode)
- Method in interface com.bluejeans.utils.ipc.
IPCProducer
R
RabbitIPCChannel
- Class in
com.bluejeans.utils.ipc.impl
RabbitMQ IPC channel.
RabbitIPCChannel()
- Constructor for class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
S
sendCommand(String, String, String, Object...)
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
sendCommand(String, String, String, Map<String, Object>)
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
sendCommand(String, String, String, Map<String, Object>)
- Method in interface com.bluejeans.utils.ipc.
IPCProducer
sendCommand(String, String, String, Object...)
- Method in interface com.bluejeans.utils.ipc.
IPCProducer
SENDER_UUID_KEY
- Static variable in interface com.bluejeans.utils.ipc.
IPCProducer
setAmqpTemplate(AmqpTemplate)
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
setApplication(String)
- Method in class com.bluejeans.utils.ipc.
IPCEvent
setCommand(String)
- Method in class com.bluejeans.utils.ipc.
IPCEvent
setEntity(String)
- Method in class com.bluejeans.utils.ipc.
IPCEvent
setEvent(String)
- Method in class com.bluejeans.utils.ipc.
IPCEvent
setExchangeName(String)
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
setHandlers(List<IPCHandler>)
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
setKafkaProducer(SimpleKafkaProducer<String, String>)
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
setParams(Map<String, Object>)
- Method in class com.bluejeans.utils.ipc.
IPCEvent
setRoutingKey(String)
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
setRoutingKey(String)
- Method in class com.bluejeans.utils.ipc.impl.
RabbitIPCChannel
setSenderUuid(String)
- Method in class com.bluejeans.utils.ipc.
IPCEvent
setSendToMyself(boolean)
- Method in class com.bluejeans.utils.ipc.
IPCBasicChannel
setTopicName(String)
- Method in class com.bluejeans.utils.ipc.impl.
KafkaIPCChannel
T
toString()
- Method in class com.bluejeans.utils.ipc.
IPCEvent
V
valueOf(String)
- Static method in class com.bluejeans.utils.ipc.
IPCEvent
valueOf(String)
- Static method in enum com.bluejeans.utils.ipc.
IPCEventType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.bluejeans.utils.ipc.
IPCEventType
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
E
G
H
I
K
O
P
R
S
T
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.