Skip to content

Possible to make SlackWebSocketSessionImpl.addInternalListeners() optional? #270

@waiyan1612

Description

@waiyan1612

We have a simple use case to send a slack message to a channel in case of exceptions. We have integrated with it but we realized it's also listening to events which it will never use. Is it possible to not listen/subscribe to those events?

From the code, there is no way to construct SlackWebSocketSessionImpl without invoking addInternalListeners. I am just wondering if we can disable this feature by not invoking addInternalListeners but I am not sure if doing this will break something else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions