Interface RecoveredQueueNameSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional callback interface that can be used to rename a queue during topology recovery.
Can use along with
QueueRecoveryListener
to know when such a queue has been recovered successfully.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetNameToUseForRecovery
(RecordedQueue recordedQueue) Get the queue name to use when recovering this RecordedQueue entity
-
Method Details
-
getNameToUseForRecovery
Get the queue name to use when recovering this RecordedQueue entity- Parameters:
recordedQueue
- the queue to be recovered- Returns:
- new queue name
-