Method: FeatureChannel::Subscriber::MessageProcessor#run!

Defined in:
lib/feature_channel/subscriber/message_processor.rb

#run!Object



17
18
19
# File 'lib/feature_channel/subscriber/message_processor.rb', line 17

def run!
  method(operation_callback).call(model: @model, params: entity_params)
end