public interface ICredentialsListener
Allows a bolt or a spout to be informed when the credentials of the topology have changed.
Modifier and Type | Method and Description |
---|---|
void |
setCredentials(Map<String,String> credentials)
Called when the credentials of a topology have changed.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.