public static interface Topic.UpdateStages.WithExpressMessage
Modifier and Type | Method and Description |
---|---|
Topic.Update |
withExpressMessage()
Specifies that messages in this topic are express hence they can be cached in memory
for some time before storing it in messaging store.
|
Topic.Update |
withoutExpressMessage()
Specifies that messages in this topic are not express hence they should be cached in memory.
|
Topic.Update withExpressMessage()
Topic.Update withoutExpressMessage()
Copyright © 2019. All rights reserved.