class Multiwoven::Integrations::Destination::Slack::Client
def build_stream(stream)
def build_stream(stream) Multiwoven::Integrations::Protocol::Stream.new( name: stream["name"], json_schema: stream["json_schema"], action: stream["action"] ) end
def build_stream(stream) Multiwoven::Integrations::Protocol::Stream.new( name: stream["name"], json_schema: stream["json_schema"], action: stream["action"] ) end