Chain of Responsibility
Learn about a behavioral design pattern: chain of responsibility.
We'll cover the following
Chain of responsibility is a behavioral pattern. We are going to take another look at our event systems. We want to parse information about the events that happened on the system from the log lines (text files, dumped from our HTTP application server, for example), and we want to extract this information in a convenient way.
Get hands-on with 1400+ tech skills courses.