C# 클래스 Chinchilla.Topologies.Model.TopologyWriter

상속: ITopologyVisitor
파일 보기 프로젝트 열기: jonnii/chinchilla

공개 메소드들

메소드 설명
TopologyWriter ( TextWriter textWriter ) : System.IO
Visit ( IBinding binding ) : void
Visit ( IExchange exchange ) : void
Visit ( IQueue queue ) : void

메소드 상세

TopologyWriter() 공개 메소드

public TopologyWriter ( TextWriter textWriter ) : System.IO
textWriter System.IO.TextWriter
리턴 System.IO

Visit() 공개 메소드

public Visit ( IBinding binding ) : void
binding IBinding
리턴 void

Visit() 공개 메소드

public Visit ( IExchange exchange ) : void
exchange IExchange
리턴 void

Visit() 공개 메소드

public Visit ( IQueue queue ) : void
queue IQueue
리턴 void