protected class ENCRYPT.Decrypter extends Object implements MessageBatch.Visitor<Message>
Modifier and Type | Field and Description |
---|---|
protected Cipher |
cipher |
protected Lock |
lock |
Modifier | Constructor and Description |
---|---|
protected |
Decrypter() |
Modifier and Type | Method and Description |
---|---|
protected void |
queueUpMessage(Message msg,
MessageBatch batch) |
protected void |
unlock() |
Message |
visit(Message msg,
MessageBatch batch)
Called when iterating over the message batch
|
public Message visit(Message msg, MessageBatch batch)
MessageBatch.Visitor
visit
in interface MessageBatch.Visitor<Message>
msg
- The message, can be nullprotected void unlock()
protected void queueUpMessage(Message msg, MessageBatch batch)
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.