module method

NUIBusEventBuilder module(
  1. String module
)

Implementation

NUIBusEventBuilder module(String module){
  this._module = module;
  return this;
}