final ShutdownMessage message = new ShutdownMessage(LocalActor.self());
sendOrInterrupt(message);
} catch (QueueCapacityExceededException e) {
final Strand strand = getStrand();
if (strand != null)
strand.interrupt();
}
}
}
protected Initializer getInitializer() {