willStartReceivingRequests method

void willStartReceivingRequests()

You override this method to perform initialization tasks that occur after entryPoint has been established.

Override this method to take action just before entryPoint starts receiving requests. By default, does nothing.

Implementation

void willStartReceivingRequests() {}