public interface Subscription
Modifier and Type | Method and Description |
---|---|
long |
getTimeout() |
boolean |
isDeleteWhenIdle() |
boolean |
isDurable() |
void |
setDeleteWhenIdle(boolean deleteWhenIdle) |
void |
setDurable(boolean isDurable) |
void |
setTimeout(long timeout) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.