getSymbol() public method

Get the name of the transport.
public getSymbol ( ) : string
return string
 public void onDestroy(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishDestroy: " + publisher.getSymbol());
     }
 }
 // Publisher Callbacks
 public void onCreate(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishCreate: " + publisher.getSymbol());
     }
 }
Example #3
0
 public void onDestroy(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishDestroy: " + publisher.getSymbol());
     }
 }
Example #4
0
 // Publisher Callbacks
 public void onCreate(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishCreate: " + publisher.getSymbol());
     }
 }