module Riveter::Service::ClassMethods
Public Instance Methods
register_as_handler_for(command_type)
click to toggle source
# File lib/riveter/service.rb, line 7 def register_as_handler_for(command_type) register_type self, command_type end