public class SubscribeParams extends Object
Constructor and Description |
---|
SubscribeParams(String topic,
org.mule.api.callback.SourceCallback callback,
String username) |
SubscribeParams(String topic,
org.mule.api.callback.SourceCallback callback,
String replayId,
ReplayOption replayOption,
boolean automaticReplay,
String username,
Long bufferSizeInBytes) |
Modifier and Type | Method and Description |
---|---|
Long |
getBufferSizeInBytes() |
org.mule.api.callback.SourceCallback |
getCallback() |
String |
getReplayId() |
ReplayOption |
getReplayOption() |
String |
getTopic() |
String |
getUsername() |
boolean |
isAutomaticReplay() |
boolean |
isWithReplay() |
public SubscribeParams(String topic, org.mule.api.callback.SourceCallback callback, String username)
public SubscribeParams(String topic, org.mule.api.callback.SourceCallback callback, String replayId, ReplayOption replayOption, boolean automaticReplay, String username, Long bufferSizeInBytes)
public String getTopic()
public String getReplayId()
public org.mule.api.callback.SourceCallback getCallback()
public ReplayOption getReplayOption()
public boolean isAutomaticReplay()
public Long getBufferSizeInBytes()
public String getUsername()
public boolean isWithReplay()
Copyright © 2010–2020. All rights reserved.